'Declaration
Public Overloads Sub CopyTo( _ ByVal array() As MimerBatchCommand, _ ByVal arrayIndex As Integer _ )
public void CopyTo( MimerBatchCommand[] array, int arrayIndex )
public procedure CopyTo( array: MimerBatchCommandarray of; arrayIndex: Integer );
public function CopyTo( array : MimerBatchCommand[], arrayIndex : int );
public: void CopyTo( MimerBatchCommand*[]* array, int arrayIndex )
Parameters
- array
- The one-dimensional array that is the destination of the elements copied from MimerBatchCommandCollection. The array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.